Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: expanded observable #1873

Closed
wants to merge 2 commits into from
Closed

fix: expanded observable #1873

wants to merge 2 commits into from

Conversation

AlexVarchuk
Copy link
Collaborator

What/Why/How?

we have a problem with observable after mobx update #1415. And collapse/collapse fields don't work.
This PR fixes it for the Field component.

Reference

Testing

Screenshots (optional)

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

@Oprysk Oprysk linked an issue Jan 26, 2022 that may be closed by this pull request
}
setExpanded(field.expanded);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? Mobx should work without extra state...

@RomanHotsiy RomanHotsiy mentioned this pull request Jan 26, 2022
3 tasks
@Oprysk Oprysk closed this in #1877 Jan 26, 2022
@AlexVarchuk AlexVarchuk deleted the fix/expanded-observable branch May 17, 2022 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

object does not expand on click since v2.0.0-rc.60
3 participants